home *** CD-ROM | disk | FTP | other *** search
-
- ;*****************************************************************************
- ; Name: lgusb9x.inf (_MOON_)
- ;*****************************************************************************
- [version]
- signature="$CHICAGO$"
- Class=USB
- ClassGuid={36FC9E60-C465-11CF-8056-444553540000}
- Provider=%Provider%
- ;CatalogFile = lgdriver.cat
- DriverVer=05/26/2005,4.6.0.0
-
- [ControlFlags]
- ExcludeFromSelect = *
-
- ;-----------------------------------------------------------------------------
- ; Specify target paths...
- ;-----------------------------------------------------------------------------
- [DestinationDirs]
- DefaultDestDir = 11 ; LDID_SYS
- LGSIWdm.W95.CopyFiles = 11 ; LDID_SYS
- PropPages.CopyFiles = 11 ; system
-
- ;-----------------------------------------------------------------------------
- ; Specify the install disks. A bit unwieldy during development.
- ;-----------------------------------------------------------------------------
- [SourceDisksNames]
- ; diskid = description[, [tagfile] [, <unused>, subdir]]
- 1=%DiskString%,"lgusb9x.sys",,
-
- [SourceDisksFiles]
- ; filename = diskid[, [subdir] [, size]]
- lgusb9x.sys = 1
-
- ;-----------------------------------------------------------------------------
- ; Table of Contents: manufacturer, then devices.
- ;-----------------------------------------------------------------------------
- [Manufacturer]
- %LGSI%=LGSI
-
- ;-----------------------------------------------------------------------------
- ; The devices
- ;-----------------------------------------------------------------------------
- [LGSI]
- %LGSI.CdcBus.Desc% = LGSIWdm.Install, USB\VID_1004&PID_6000
-
- ;-----------------------------------------------------------------------------
- ; How to install the WDM driver on W95/W98
- ;-----------------------------------------------------------------------------
- [LGSIWdm.Install]
- DriverVer=05/26/2005,4.6.0.0
- CopyFiles=LGSIWdm.W95.CopyFiles
- AddReg=LGSIWdm.AddReg, LGSIWdm.W95.AddReg
-
- ;-----------------------------------------------------------------------------
- ; WDM registry entries (W95/98) (including how to start the driver)
- ;-----------------------------------------------------------------------------
- [LGSIWdm.W95.AddReg]
- HKR,,DevLoader,,*ntkern
- HKR,,NTMPDriver,,lgbus9x.sys
-
- ;-----------------------------------------------------------------------------
- ; The WDM copy list for Win95 -- different because things go in
- ; different places. Also, we probably need to rename drivers
- ; during the install.
- ;-----------------------------------------------------------------------------
- [LGSIWdm.W95.CopyFiles]
- lgbus9x.sys
-
- ;****************************************************************************
- ; Localizable Strings
- ;****************************************************************************
- [strings]
- Provider="LG Electronics Inc."
- LGSI="LG Electronics Inc."
-
- DiskString="LGE CDMA USB Composite Device Installation disk"
- LGSI.CdcBus.Desc="LGE CDMA Composite USB Device"
- LGSI.Service.Desc="LGE CDMA Composite USB Device"
- CustomerDataPath="LGE USB CDMA Modem"
- DriverSet="LGE USB CDMA Modem Software"
-
-